Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / Items Property

In This Topic
    Items Property (C1AutoComplete<T>)
    In This Topic
    Gets the items that are shown in the list.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As IDataCollection(Of Object)
    public IDataCollection<object> Items {get;}
    See Also